home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / unzipsrc.zip / PRODEF.INC < prev    next >
Text File  |  1993-04-16  |  329b  |  13 lines

  1.  
  2. {$undef DEBUGGING}             (* define to enable test code *)
  3.  
  4. {$I+}    {I/O checking}
  5. {$N-}    {Numeric coprocessor}
  6. {$V-}    {Relaxes string typing}
  7. {$B-}    {Boolean complete evaluation}
  8. {$S-}    {Stack checking}
  9. {$R-}    {Range checking}
  10. {$D+}    {Global debug information}
  11. {$L+}    {Local debug information}
  12.  
  13.